@import "swiper-bundle.min.css";
@media only screen and (max-width: 768px) {
  body {
    width: auto;
    overflow-x: hidden;
    min-width: unset !important;
    padding-top: 60px !important;
  }
  body .top_search {
    display: none;
  }
  body .hdjl-header {
    flex-direction: column;
    padding: 20px;
  }
  body .hdjl-btn {
    width: 100%;
    margin-top: 15px;
  }
  body .new-container {
    width: unset !important;
  }
  body .new-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 50px;
    background: #5e2f2f;
    transform: scaleY(0);
    transition: all 0.3s;
    transform-origin: center top;
  }
  body .new-nav.open {
    transform: scaleY(1);
  }
  body .new-nav .new-nav-list {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
  body .new-nav .new-nav-list li ul {
    display: none !important;
  }
  body .new-nav .new-nav-list li a {
    display: block;
    padding-left: 15px;
  }
  body .new-header {
    padding: 0 15px;
    box-sizing: border-box;
    height: 60px;
  }
  body .new-header .brand {
    width: 200px;
    height: 100px;
  }
  body .new-header .nav-trigger {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -4px;
  }
  body .new-header .nav-trigger .nav-trigger-icon {
    width: 32px;
    height: 32px;
    background: url(../images/menu.png) no-repeat center / contain;
  }
  body .new-main .home-headline {
    margin-top: -30px;
    padding: 0 15px;
  }
  body .new-main .home-headline .top-title {
    transform: scale(0.8);
    transform-origin: left center;
  }
  body .new-main .home-headline .top1 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  body .new-main .home-headline .top3 {
    flex-direction: column;
  }
  body .new-main .home-headline .top3 a {
    height: 30px;
    line-height: 30px;
    max-width: unset;
  }
  body .new-main .home-headline .top3 span {
    display: none;
  }
  body .new-main .home-info {
    margin-top: 20px;
  }
  body .new-main .home-info .new-container {
    flex-direction: column;
  }
  body .new-main .home-info .new-container .left .swiper {
    width: 100%;
    height: 300px;
  }
  body .new-main .home-info .new-container .right {
    width: unset;
  }
  body .new-main .home-info .new-container .right .text-list {
    padding: 15px 15px 0;
  }
  body .new-main .home-info .new-container .right .text-list:first-child {
    margin-bottom: 15px;
  }
  body .new-main .home-info .new-container .right .rhzn {
    margin: 0 15px 15px 15px;
  }
  body .new-main .home-zxkw {
    padding: 15px;
    margin-top: 15px;
  }
  body .new-main .home-zxkw .swiper {
    margin-top: 10px;
    padding-top: 60px;
    height: unset;
  }
  body .new-main .home-zxkw .swiper .swiper-slide {
    flex-direction: column;
    height: unset;
  }
  body .new-main .home-zxkw .swiper .swiper-slide .left {
    width: unset;
    padding-right: 0;
  }
  body .new-main .home-zxkw .swiper .swiper-slide .right {
    padding: 10px;
    margin-top: 15px;
  }
  body .new-main .home-zxkw .swiper-nav {
    display: flex;
    width: 100%;
    bottom: unset;
    top: 0;
  }
  body .new-main .home-zxkw .swiper-nav .swiper-nav-item {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  body .new-main .home-zxkw .swiper-nav i {
    display: none;
  }
  body .new-main .home-zxkw .c_list {
    flex-wrap: wrap;
  }
  body .new-main .home-zxkw .c_list .c_item {
    width: 50%;
    margin-top: 20px;
  }
  body .new-main .home-zxkw .c_list .c_item:nth-child(1),
  body .new-main .home-zxkw .c_list .c_item:nth-child(2) {
    margin-top: 0;
  }
  body .new-main .home-zxkw .c_list .c_item:nth-child(2n) {
    border-right: none;
  }
  body .new-main .home-zxkw .d_list {
    flex-wrap: wrap;
  }
  body .new-main .home-zxkw .d_list .d_item {
    width: 40%;
  }
  body .new-main .home-wxpl {
    padding: 30px 0;
  }
  body .new-main .home-wxpl .swiper {
    margin: 20px;
  }
  body .new-main .home-zpyd {
    padding: 15px;
  }
  body .new-main .home-zpyd .new-container {
    flex-direction: column;
    gap: 20px;
  }
  body .new-main .home-zpyd .new-container .left .list {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 10px;
  }
  body .new-main .home-zpyd .new-container .right {
    padding-top: 0;
  }
  body .new-main .home-zpyd .new-container .right .list a.item {
    margin-left: 10px;
  }
  body .new-main .home-xztj {
    padding: 15px;
    margin-bottom: -50px;
  }
  body .new-main .home-xztj .swiper-detail .swiper-slide {
    gap: 10px;
    flex-direction: column-reverse;
    padding: 0;
  }
  body .new-main .home-xztj .swiper-nav img {
    width: 100px;
    height: 130px;
  }
  body .new-footer {
    background: #5e2f2f;
    padding: 15px 0 30px;
  }
  body .new-footer > img {
    display: none;
  }
  body .new-footer .left,
  body .new-footer .right {
    position: static;
  }
  body .new-footer .left {
    flex-direction: column;
  }
  body .new-footer .left .logo img {
    width: 200px;
  }
  body .new-footer .left .safe {
    padding-top: 0;
  }
  body .new-footer .right > div {
    flex-direction: column;
    gap: 0;
  }
  body .new-footer .right > div .item {
    line-height: 24px;
  }
  body .header,
  body .top_title,
  body .focusnew,
  body .line2 {
    width: unset;
  }
  body .top_title {
    display: none;
  }
  body .header {
    height: unset;
    padding-left: 8px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  body .header .top_logo {
    width: 160px;
    height: 60px;
    background-size: cover;
    background-position: center;
    float: unset;
  }
  body .header .top_day,
  body .header .top_search {
    display: none;
  }
  body .header .nav-trigger {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -4px;
  }
  body .header .nav-trigger .nav-trigger-icon {
    width: 32px;
    height: 32px;
    background: url(../images/menu.png) no-repeat center / contain;
  }
  body .top_nav {
    height: unset;
    margin-bottom: unset;
    position: fixed !important;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 999;
    transform: scaleY(0);
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    transform-origin: center top;
  }
  body .top_nav.open {
    transform: scaleY(1);
  }
  body .top_nav .nav {
    width: unset;
    height: unset;
  }
  body .top_nav .nav .menu {
    height: unset;
    display: flex;
    flex-direction: column;
  }
  body .top_nav .nav .menu li {
    width: 100vw;
    margin: 0;
    text-align: left;
    background: none;
  }
  body .top_nav .nav .menu li a {
    width: 100% !important;
    background: none;
    padding: 0 16px;
    box-sizing: border-box;
  }
  body .top_nav .nav .menu li a.active {
    background: #b8864c;
  }
  body .top_nav .nav .menu li dl {
    display: none !important;
  }
  body .top_title {
    height: unset;
    padding: 16px;
  }
  body .top_title h1,
  body .top_title span {
    width: unset;
    height: unset;
    text-align: left;
  }
  body .top_title h1 {
    line-height: 25px;
  }
  body .top_title h1 a {
    font-size: 16px;
  }
  body .top_title span {
    display: flex;
    flex-direction: column;
    font-size: 0;
  }
  body .top_title span a {
    margin-top: -30px;
  }
  body .top_title span a:first-child {
    margin-top: 0;
  }
  body .top_title i {
    position: static;
    display: block;
    text-align: center;
  }
  body .top_title i a {
    display: inline-block;
  }
  body .focusnew {
    height: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  body .focusnew .focus {
    width: 100%;
    height: unset;
    float: unset;
  }
  body .focusnew .focus .fPic {
    position: relative;
  }
  body .focusnew .focus .fbg {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    bottom: 50px;
  }
  body .focusnew .focus img {
    width: 100%;
    height: unset;
  }
  body .focusnew .focus .shadow {
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
    text-align: center;
    box-sizing: border-box;
  }
  body .focusnew .focus .shadow a {
    font-size: 16px;
    margin-left: 0;
  }
  body .focusnew .news {
    width: unset;
    height: unset;
    float: unset;
    padding: 16px;
  }
  body .focusnew .news ul {
    width: unset;
  }
  body .focusnew .news ul li {
    width: unset;
  }
  body .focusnew .news ul li i {
    padding-right: 0;
  }
  body .focusnew .news span a img {
    width: 100%;
  }
  body .line2 {
    height: unset;
    margin-bottom: 0;
  }
  body .line2 .xinzuo,
  body .line2 .pinglun,
  body .line2 .tongzhi {
    width: unset;
    height: unset;
    margin-right: 0;
    border: none;
    padding: 16px;
    float: unset;
    border-top: 1px solid #f3f0ec;
  }
  body .line2 .xinzuo h1,
  body .line2 .pinglun h1,
  body .line2 .tongzhi h1 {
    width: unset;
    height: unset;
    background-position: 0 6px;
    padding-left: 18px;
    margin-bottom: 10px;
  }
  body .line2 .xinzuo h1 a,
  body .line2 .pinglun h1 a,
  body .line2 .tongzhi h1 a {
    padding: 0;
  }
  body .line2 .xinzuo ul,
  body .line2 .pinglun ul,
  body .line2 .tongzhi ul {
    width: unset;
  }
  body .line2 .xinzuo span,
  body .line2 .pinglun span,
  body .line2 .tongzhi span {
    width: unset;
  }
  body .line2 .xinzuo span h2,
  body .line2 .pinglun span h2,
  body .line2 .tongzhi span h2,
  body .line2 .xinzuo span p,
  body .line2 .pinglun span p,
  body .line2 .tongzhi span p {
    width: unset;
    float: unset;
  }
  body .line2 .pinglun span {
    min-height: 180px;
    height: unset;
    padding-right: 0;
    padding-left: 36px;
    background-position: 0 0;
  }
  body .line2 .tongzhi {
    float: unset;
  }
  body .line2 .tongzhi ul {
    width: unset;
  }
  body .line2 .tongzhi ul li {
    width: unset;
    display: flex;
  }
  body .line2 .tongzhi ul li i {
    flex-shrink: 0;
  }
  body .line2 .tongzhi ul li a {
    flex: 1;
    width: unset;
  }
  body .yqlink {
    height: unset;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
  }
  body .yqlink h1 {
    width: unset;
    height: unset;
    background-position: 0 6px;
    margin-bottom: 10px;
    text-indent: 0;
  }
  body .yqlink span {
    width: unset;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body .yqlink span a {
    width: unset;
  }
  body .footer {
    display: flex;
    flex-direction: column;
    height: unset;
    background: none;
    border-top: 1px solid #f3f0ec;
  }
  body .footer .copyr {
    width: 100%;
    height: unset;
    display: flex;
    flex-direction: column;
    background-color: #603231;
    background-position: center top;
  }
  body .footer .copyr .logo {
    width: 285px;
  }
  body .footer .copyr .p {
    width: unset;
    padding: 0;
    height: unset;
    float: unset;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  body .footer .copyr .p p {
    flex-direction: column;
    gap: 0;
  }
  body .footer .copyr b {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 0;
  }
  body .site {
    width: unset;
    height: unset;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  body .site.col {
    flex-direction: column;
    gap: 0;
  }
  body .site h1 {
    padding-right: 0;
  }
  body .site h1 a {
    font-size: 20px;
  }
  body .site #select {
    position: static;
    margin-top: 0;
    flex-grow: 0;
  }
  body .site h2 {
    height: unset;
    float: unset;
    white-space: nowrap;
    overflow: auto;
    margin-right: 0;
    padding: 0 16px;
    position: relative;
    flex: 1;
  }
  body .site h2::-webkit-scrollbar {
    display: none;
  }
  body .site ul:not(#select):not(.option) {
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
  }
  body .site ul:not(#select):not(.option) li {
    display: inline-flex;
    flex-wrap: wrap;
    background-position: 0 15px;
    height: 36px;
    padding: 0 10px 10px;
  }
  body .site ul:not(#select):not(.option) li a {
    line-height: 36px;
    font-size: 16px;
  }
  body .jg_w {
    width: unset;
  }
  body .jg_w .jg_l-r {
    width: unset;
    display: flex;
    flex-direction: column;
    right: unset;
  }
  body .jg_w .jg_l-r .jg_l {
    width: unset;
    background-position: center top;
    padding-bottom: 0;
    float: unset;
    left: unset;
  }
  body .jg_w .jg_l-r .jg_l .menu-title {
    display: flex;
    width: unset;
    height: unset;
    background: none;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  body .jg_w .jg_l-r .jg_l .menu-title .menu-title-main {
    width: 160px;
    height: 100px;
    background: url(../images/sxzj23.jpg) no-repeat -25px 0;
  }
  body .jg_w .jg_l-r .jg_l .menu-title .menu-title-arrow {
    width: 32px;
    height: 32px;
    background: url(../images/submenu.png) no-repeat center 0 / contain;
    margin-top: 5px;
  }
  body .jg_w .jg_l-r .jg_l .menu_list {
    padding: 0 16px;
    display: none;
  }
  body .jg_w .jg_l-r .jg_l .menu_list.open {
    display: block;
  }
  body .jg_w .jg_l-r .jg_l .menu_head,
  body .jg_w .jg_l-r .jg_l .menu_body,
  body .jg_w .jg_l-r .jg_l .menu_head a,
  body .jg_w .jg_l-r .jg_l .menu_body a {
    width: unset;
  }
  body .jg_w .jg_l-r .jg_r {
    float: unset;
    left: unset;
    width: unset;
    padding: 16px;
    min-height: unset;
  }
  body .jg_w .jg_l-r .jg_r h1,
  body .jg_w .jg_l-r .jg_r h2,
  body .jg_w .jg_l-r .jg_r .zx_jj {
    width: unset;
  }
  body .jg_w .jg_l-r .jg_r h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj_txt {
    height: unset !important;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj_txt p:not(:first-child) {
    display: none;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul {
    width: unset;
    display: flex;
    flex-direction: column;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul li {
    width: unset;
    display: flex;
    margin-right: 0;
    gap: 15px;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul li .zx_jj_pic,
  body .jg_w .jg_l-r .jg_r .zx_jj ul li h3,
  body .jg_w .jg_l-r .jg_r .zx_jj ul li p {
    width: unset !important;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul li a.zx_jj_pic {
    padding: 0 !important;
    border: none !important;
    height: unset !important;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul li a.zx_jj_pic img {
    display: block;
    width: 110px !important;
    height: 150px !important;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul li h3 a {
    line-height: 20px;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic {
    width: unset !important;
    margin: 0 !important;
    padding: 0;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li {
    width: unset;
    margin-bottom: 10px;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li a.js_more2 {
    margin-bottom: 0;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li a.zx_jj_pic1 {
    padding: 0;
    margin: 0;
    border: none;
    height: unset;
    display: flex;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li .zx_jj_desc h3 {
    height: unset;
    margin-top: 0;
    padding-top: 0;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd {
    padding: 0;
    margin: 0;
    width: unset !important;
    min-height: unset;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd li {
    width: unset;
  }
  body .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd li a {
    width: unset;
  }
  body .jg_w .jg_l-r .jg_r a.js_more {
    margin-bottom: 20px;
  }
  body .jg_w .jg_l-r .jg_r .contentjj {
    width: unset;
  }
  body .jg_w .jg_l-r .jg_r .contentjj h1 {
    width: unset !important;
  }
  body .jg_w .jg_l-r .jg_r .contentjj img {
    max-width: 100%;
  }
  body .mainbody {
    width: unset;
    margin: 0;
  }
  body .mainbody .listall {
    width: unset;
    margin-bottom: 0;
  }
  body .mainbody .listall li {
    width: unset;
    padding: 16px;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    min-height: unset !important;
  }
  body .mainbody .listall li span {
    width: unset;
    margin-right: 0;
    min-height: unset;
    float: unset;
    display: flex;
    flex-direction: column;
  }
  body .mainbody .listall li span a {
    width: unset;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  body .mainbody .listall li span i {
    padding-left: 0;
  }
  body .mainbody .listall li .list-pic {
    width: unset;
    float: unset;
    height: unset;
    margin-top: 10px;
  }
  body .mainbody .listall li .list-pic img {
    width: 100%;
    height: unset;
    display: block;
    max-height: unset;
    max-width: 100%;
  }
  body .mainbody .content_title,
  body .mainbody .content_cell,
  body .mainbody .content,
  body .mainbody #fujian {
    width: unset;
  }
  body .mainbody .content_title img,
  body .mainbody .content_cell img,
  body .mainbody .content img,
  body .mainbody #fujian img {
    max-width: 100%;
  }
  body .mainbody .content_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0 16px;
  }
  body .mainbody .content_cell {
    margin: 10px 0 0;
  }
  body .mainbody .content {
    padding: 16px;
  }
  body .mainbody .content blockquote {
    margin-left: 0 !important;
  }
  body .mainbody .zx_yw,
  body .mainbody .zx_r {
    width: unset;
    float: unset;
    margin: 0;
  }
  body .mainbody .zx_yw span {
    width: unset;
    padding: 6px 16px;
  }
  body .mainbody .zx_yw span h1,
  body .mainbody .zx_yw span h2 {
    width: unset;
    font-size: 18px;
    margin-bottom: 0;
  }
  body .mainbody .zx_yw span p {
    width: unset;
    margin-bottom: 0;
  }
  body .mainbody .zx_r {
    width: unset;
  }
  body .mainbody .zx_r .focus2 {
    width: unset;
    height: unset;
    margin-bottom: 0;
  }
  body .mainbody .zx_r .focus2 .fPic {
    overflow: hidden;
  }
  body .mainbody .zx_r .focus2 .fcon2 img {
    width: 100%;
    height: unset;
  }
  body .mainbody .zx_r .focus2 .fbg2 {
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    bottom: 36px;
  }
  body .mainbody .zx_r .focus2 .shadow2 {
    height: 36px;
    line-height: 36px;
    text-align: center;
  }
  body .mainbody .zx_r .focus2 .shadow2 a {
    font-size: 16px;
    padding: 0 16px;
    margin: 0;
  }
  body .mainbody .zx_r .pinglun2,
  body .mainbody .zx_r .tongzhi2 {
    width: 100%;
    float: unset;
    padding: 16px;
    box-sizing: border-box;
    min-height: unset;
  }
  body .mainbody .zx_r .pinglun2 h1,
  body .mainbody .zx_r .tongzhi2 h1,
  body .mainbody .zx_r .pinglun2 span,
  body .mainbody .zx_r .tongzhi2 span,
  body .mainbody .zx_r .pinglun2 ul,
  body .mainbody .zx_r .tongzhi2 ul {
    width: unset;
    height: unset;
    padding: 0;
  }
  body .mainbody .zx_r .pinglun2 h1,
  body .mainbody .zx_r .tongzhi2 h1 {
    background-position: 0 7px;
    padding-left: 15px;
    height: unset;
  }
  body .mainbody .zx_r .pinglun2 h1 a,
  body .mainbody .zx_r .tongzhi2 h1 a {
    padding: 0;
  }
  body .mainbody .zx_r .pinglun2 h2,
  body .mainbody .zx_r .tongzhi2 h2 {
    margin: 10px 0;
    width: unset;
  }
  body .mainbody .zx_r .pinglun2 p,
  body .mainbody .zx_r .tongzhi2 p {
    width: unset;
  }
  body .mainbody .zx_r .pinglun2 ul,
  body .mainbody .zx_r .tongzhi2 ul {
    margin-top: 10px;
    margin-bottom: 0;
  }
  body .mainbody .zx_r .pinglun2 ul li,
  body .mainbody .zx_r .tongzhi2 ul li {
    width: unset;
  }
  body .mainbody .zx_r .tongzhi2 ul {
    margin-top: 10px;
    margin-bottom: 0;
  }
  body .mainbody .zx_r .tongzhi2 ul li {
    width: unset;
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
  }
  body .mainbody .zx_r .tongzhi2 ul li i {
    flex-shrink: 0;
    margin: 0;
  }
  body .mainbody .zx_r .tongzhi2 ul li a {
    width: unset;
    flex: 1;
  }
  body .mainbody .zjzp_l {
    width: unset;
    height: unset;
    float: unset;
    margin-right: 0;
  }
  body .mainbody .zjzp_l .zjzp_xztj {
    width: unset;
    height: unset;
    margin: 0;
  }
  body .mainbody .zjzp_l .zjzp_xztj h1 {
    width: 100%;
    height: unset;
    display: flex;
    justify-content: center;
    float: unset;
    margin-bottom: 10px;
  }
  body .mainbody .zjzp_l .zjzp_xztj .xztj_pic {
    float: unset;
    margin: 0 auto;
    display: block;
    height: unset;
  }
  body .mainbody .zjzp_l .zjzp_xztj span {
    width: unset;
    height: unset;
    float: unset;
    margin: 0;
  }
  body .mainbody .zjzp_l .zjzp_xztj span h2 {
    width: unset;
    height: unset;
    padding: 16px;
    margin-bottom: 0;
  }
  body .mainbody .zjzp_l .zjzp_xztj span h2 a {
    font-size: 20px;
  }
  body .mainbody .zjzp_l .zjzp_xztj span p {
    width: unset;
    padding: 0 16px;
  }
  body .mainbody .zjzp_l .zjzp_xztj ul {
    width: unset;
    height: unset;
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  body .mainbody .zjzp_l .zjzp_zpyd {
    width: unset;
    height: unset;
    padding: 16px;
    margin: 0;
  }
  body .mainbody .zjzp_l .zjzp_zpyd h1 {
    width: unset;
    height: unset;
    float: unset;
    margin: unset;
  }
  body .mainbody .zjzp_l .zjzp_zpyd h1 img {
    width: 135px;
    height: 45px;
    margin-left: -20px;
  }
  body .mainbody .zjzp_l .zjzp_zpyd ul {
    width: unset;
  }
  body .mainbody .zjzp_l .zjzp_zpyd ul li {
    width: 100%;
    padding: 0;
    height: 36px;
  }
  body .mainbody .zjzp_l .zjzp_zpyd ul li a {
    line-height: 36px;
    font-size: 14px;
  }
  body .mainbody .zxkw01 {
    width: unset;
    height: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  body .mainbody .zxkw01 a.zxkw01_1 {
    width: 100%;
  }
  body .mainbody .zxkw01 a.zxkw01_1 img {
    display: block;
    margin: 0 auto;
  }
  body .mainbody .zxkw01 .zxkw01_2 {
    width: unset;
    height: unset;
    float: unset;
    margin-top: 16px;
    padding-bottom: 16px;
  }
  body .mainbody .zxkw01 .zxkw01_2 span {
    width: unset;
    height: unset;
    padding: 0 16px;
    background: none;
  }
  body .mainbody .zxkw01 .zxkw01_2 span a img {
    width: 100%;
    height: unset;
    display: block;
  }
  body .mainbody .zxkw01 .zxkw01_2 span h3,
  body .mainbody .zxkw01 .zxkw01_2 span p {
    width: unset;
    height: unset;
    float: unset;
  }
  body .mainbody .zxkw01 .zxkw01_2 span h3 {
    margin-bottom: 5px;
  }
  body .mainbody .zxkw01 .zxkw01_2 span p {
    margin: 0 0 10px;
  }
  body .zx_hyxw {
    width: unset;
    height: unset;
    padding: 16px;
    margin: 0;
  }
  body .zx_hyxw span,
  body .zx_hyxw ul {
    width: unset;
  }
  body .zx_hyxw h1 {
    background-position: 0 7px;
    padding-left: 15px;
    height: unset;
  }
  body .zx_hyxw h1 a {
    padding: 0;
  }
  body .zx_hyxw span {
    display: flex;
    flex-direction: column;
    height: unset;
  }
  body .zx_hyxw span p {
    width: unset;
    height: unset;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
  }
  body .zx_hyxw span p a {
    padding: 0;
    font-size: 14px;
  }
  body .zx_hyxw ul li {
    width: unset;
  }
  body .zjzp_r {
    width: unset;
    height: unset;
    float: unset;
    padding: 0 16px;
  }
  body .zjzp_r h1 {
    background-position: 0 8px;
    padding-left: 15px;
    margin: 10px 0;
  }
  body .zjzp_r ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body .zjzp_r ul li:nth-child(3n) {
    border: none;
  }
  body .zjzp_r span {
    display: flex;
    width: unset;
    padding: 0 0 15px;
    justify-content: center;
  }
  body .zjzp_zjsh {
    width: unset;
    height: unset;
    padding: 0 16px;
    margin: 0;
  }
  body .zjzp_zjsh h1 {
    width: unset;
    height: unset;
    float: unset;
    margin: unset;
  }
  body .zjzp_zjsh h1 img {
    width: 135px;
    height: 45px;
    margin-left: -20px;
  }
  body .zjzp_zjsh ul {
    width: unset;
    float: unset;
    margin-bottom: 0 !important;
  }
  body .zjzp_zjsh ul li {
    width: unset;
    height: unset;
    float: unset;
    margin: 0;
    padding: 0;
  }
  body .zjzp_zjsh ul li a img {
    width: 100%;
    height: unset;
  }
  body .zjzp_zjsh ul li a p {
    width: unset;
  }
  body .zjzp_xztjlist,
  body .zxkw01_3 {
    width: unset;
    padding: 0 16px;
    margin: 0;
  }
  body .zjzp_xztjlist ul,
  body .zxkw01_3 ul {
    width: unset;
    display: grid;
    float: unset;
    margin-bottom: 0 !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  body .zjzp_xztjlist ul li,
  body .zxkw01_3 ul li {
    width: unset;
    height: unset;
    float: unset;
    margin: 0;
    padding: 0;
  }
  body .zjzp_xztjlist ul li a img,
  body .zxkw01_3 ul li a img {
    width: 100%;
    height: 200px;
    padding: 0;
    border: none;
  }
  body .zjzp_xztjlist ul li a p,
  body .zxkw01_3 ul li a p {
    font-size: 14px;
    width: unset;
    height: unset;
    padding: 0;
    line-height: 20px;
    margin-top: 10px;
  }
  body .zxkw01_3 {
    margin-top: 16px;
  }
  body .zxkw01_3 h1 {
    width: unset;
    height: 36px;
    line-height: 36px;
    padding: 0;
    background-position: -30px 0;
  }
  body .hdjl {
    width: unset;
    min-height: unset;
    margin-bottom: 0;
    padding: 30px 0;
  }
  body .hdjl h1,
  body .hdjl p {
    width: unset !important;
    height: unset;
    margin: 0;
    padding: 0 15px !important;
    line-height: 1.5 !important;
  }
  body .hdjl h1 {
    margin-bottom: 20px;
  }
  body .hdjl p {
    padding: 16px;
    line-height: 30px;
  }
  body .hdjl .hdjlbt {
    width: unset;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  body .hdjl .hdjlbt a {
    float: unset;
    margin: 0 auto;
  }
  body .core-paging-b {
    width: unset;
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  body .core-paging-b .pagination {
    gap: 10px;
  }
  body .core-paging-b a {
    margin: 0;
  }
  body .zjzp_sxmj {
    width: unset;
    margin: 0;
    padding: 0 16px;
  }
  body .zjzp_sxmj ul {
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: unset;
    float: unset;
    gap: 15px;
  }
  body .zjzp_sxmj ul li {
    width: unset;
    padding: 0;
    margin: 0;
    height: unset;
  }
  body .zjzp_sxmj ul li a img {
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }
  body .zjzp_sxmj ul li a p {
    width: unset;
    padding: 0;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #424242;
  font-size: 14px;
  font-family: Arial, "宋体";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
  padding-top: 110px;
}
div,
ul,
li,
span,
p,
h1,
h2 {
  margin: 0;
  padding: 0;
  display: block;
}
h1,
h2 {
  font-weight: normal;
  font-size: 14px;
}
ul,
li {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #424242;
}
a:hover {
  text-decoration: underline;
  color: #b8864c;
}
img {
  border: none;
}
.clear {
  clear: both;
}
.header {
  width: 1200px;
  height: 135px;
  margin: 0 auto;
  overflow: hidden;
}
.top_logo {
  background: url(../images/sxzj01.jpg) no-repeat 0 0;
  width: 336px;
  height: 135px;
  float: left;
  margin-right: 30px;
}
.top_day {
  width: 485px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-top: 60px;
}
.top_search {
  height: 38px;
  float: left;
  display: flex;
}
.header_s {
  display: flex;
  position: relative;
}
.top_search input {
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  border: none;
}
.top_search input.keywords {
  width: 170px;
  height: 38px;
  line-height: 38px;
  text-indent: 5px;
  display: block;
  float: left;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  background: url(../images/search.png) no-repeat 10px center / 14px 14px;
}
.top_search .search_b {
  display: block;
  float: left;
  width: 70px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  color: #5e2f2f;
  border: none;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
}
.top_nav {
  width: 100%;
  height: 56px;
  margin: 0 auto 40px;
  background: #5e2f2f;
  position: sticky;
  top: 0;
  z-index: 999;
}
.nav {
  position: relative;
  height: 56px;
  width: 1280px;
  margin: 0 auto;
  z-index: 100;
}
.menu {
  height: 56px;
  z-index: 100;
  top: 0px;
  right: 0;
}
.menu li {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  text-align: center;
  width: 160px;
  margin: 0 5px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  background: url(../images/sxzj03.jpg) no-repeat 159px 0px;
}
.menu li a {
  color: #ffffff;
  width: 160px;
  height: 56px;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  background: url(../images/sxzj04.jpg) no-repeat 125px 26px;
}
.menu li a:hover,
.menu li a.active {
  background: #b8864c;
  text-decoration: none;
}
.menu li a.noborder {
  border-right: none;
}
.li_0 a {
  width: 86px !important;
}
.li_1 {
  position: relative;
  z-index: 100;
}
.li_1 a.noclick {
  width: 160px;
}
.li_1_content {
  position: absolute;
  top: 40px;
  left: -40px;
  line-height: 40px;
  z-index: 99;
  display: none;
  height: 188px;
  *top: 56px;
  *left: -80px;
  width: 160px;
}
.li_1_content a:hover {
  color: #b8864c !important;
}
.li_1_content dd {
  width: 158px;
  border-left: 1px solid #e6e4e3;
  border-right: 1px solid #e6e4e3;
  background: #ffffff;
}
.li_1_content dd a {
  text-align: center;
  padding: 0;
  border-right: none;
  color: #666;
  font-weight: normal;
  width: auto;
  width: 142px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  display: inline-block;
  background: none;
}
.li_1_content dd a:hover {
  background: #f9f9f9;
}
.li_1_content dd.lastItem {
  background-image: none;
  border-bottom: 1px solid #e6e4e3;
}
.li_1_content dd.lastItem a {
  border-bottom: none;
}
.li_2 {
  position: relative;
  z-index: 100;
}
.li_2 a.noclick {
  width: 160px;
}
.li_2_content {
  position: absolute;
  top: 40px;
  left: -40px;
  line-height: 40px;
  z-index: 99;
  display: none;
  height: 188px;
  *top: 56px;
  *left: -80px;
  width: 160px;
}
.li_2_content a:hover {
  color: #b8864c !important;
}
.li_2_content dd {
  width: 158px;
  border-left: 1px solid #e6e4e3;
  border-right: 1px solid #e6e4e3;
  background: #ffffff;
}
.li_2_content dd a {
  text-align: center;
  padding: 0;
  border-right: none;
  color: #666;
  font-weight: normal;
  width: auto;
  width: 142px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  display: inline-block;
  background: none;
}
.li_2_content dd a:hover {
  background: #f9f9f9;
}
.li_2_content dd.lastItem {
  background-image: none;
  border-bottom: 1px solid #e6e4e3;
}
.li_2_content dd.lastItem a {
  border-bottom: none;
}
.li_3 {
  position: relative;
  z-index: 100;
}
.li_3 a.noclick {
  width: 160px;
}
.li_3_content {
  position: absolute;
  top: 40px;
  left: -40px;
  line-height: 40px;
  z-index: 99;
  display: none;
  height: 188px;
  *top: 56px;
  *left: -80px;
  width: 160px;
}
.li_3_content a:hover {
  color: #b8864c !important;
}
.li_3_content dd {
  width: 158px;
  border-left: 1px solid #e6e4e3;
  border-right: 1px solid #e6e4e3;
  background: #ffffff;
}
.li_3_content dd a {
  text-align: center;
  padding: 0;
  border-right: none;
  color: #666;
  font-weight: normal;
  width: auto;
  width: 142px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  display: inline-block;
  background: none;
}
.li_3_content dd a:hover {
  background: #f9f9f9;
}
.li_3_content dd.lastItem {
  background-image: none;
  border-bottom: 1px solid #e6e4e3;
}
.li_3_content dd.lastItem a {
  border-bottom: none;
}
.li_4 {
  position: relative;
  z-index: 100;
}
.li_4 a.noclick {
  width: 160px;
}
.li_4_content {
  position: absolute;
  top: 40px;
  left: -40px;
  line-height: 40px;
  z-index: 99;
  display: none;
  height: 188px;
  *top: 56px;
  *left: -80px;
  width: 160px;
}
.li_4_content a:hover {
  color: #b8864c !important;
}
.li_4_content dd {
  width: 158px;
  border-left: 1px solid #e6e4e3;
  border-right: 1px solid #e6e4e3;
  background: #ffffff;
}
.li_4_content dd a {
  text-align: center;
  padding: 0;
  border-right: none;
  color: #666;
  font-weight: normal;
  width: auto;
  width: 142px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  display: inline-block;
  background: none;
}
.li_4_content dd a:hover {
  background: #f9f9f9;
}
.li_4_content dd.lastItem {
  background-image: none;
  border-bottom: 1px solid #e6e4e3;
}
.li_4_content dd.lastItem a {
  border-bottom: none;
}
.li_5 {
  position: relative;
  z-index: 100;
}
.li_5 a.noclick {
  width: 160px;
}
.li_5_content {
  position: absolute;
  top: 40px;
  left: -40px;
  line-height: 40px;
  z-index: 99;
  display: none;
  height: 188px;
  *top: 56px;
  *left: -80px;
  width: 160px;
}
.li_5_content a:hover {
  color: #b8864c !important;
}
.li_5_content dd {
  width: 158px;
  border-left: 1px solid #e6e4e3;
  border-right: 1px solid #e6e4e3;
  background: #ffffff;
}
.li_5_content dd a {
  text-align: center;
  padding: 0;
  border-right: none;
  color: #666;
  font-weight: normal;
  width: auto;
  width: 142px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  display: inline-block;
  background: none;
}
.li_5_content dd a:hover {
  background: #f9f9f9;
}
.li_5_content dd.lastItem {
  background-image: none;
  border-bottom: 1px solid #e6e4e3;
}
.li_5_content dd.lastItem a {
  border-bottom: none;
}
.li_6 {
  position: relative;
  z-index: 100;
}
.li_6 a.noclick {
  width: 160px;
}
.li_6_content {
  position: absolute;
  top: 40px;
  left: -40px;
  line-height: 40px;
  z-index: 99;
  display: none;
  height: 188px;
  *top: 56px;
  *left: -80px;
  width: 160px;
}
.li_6_content a:hover {
  color: #b8864c !important;
}
.li_6_content dd {
  width: 158px;
  border-left: 1px solid #e6e4e3;
  border-right: 1px solid #e6e4e3;
  background: #ffffff;
}
.li_6_content dd a {
  text-align: center;
  padding: 0;
  border-right: none;
  color: #666;
  font-weight: normal;
  width: auto;
  width: 142px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  display: inline-block;
  background: none;
}
.li_6_content dd a:hover {
  background: #f9f9f9;
}
.li_6_content dd.lastItem {
  background-image: none;
  border-bottom: 1px solid #e6e4e3;
}
.li_6_content dd.lastItem a {
  border-bottom: none;
}
.top_title {
  width: 1200px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}
.top_title h1 {
  width: 1000px;
  text-align: center;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  margin-bottom: 15px;
}
.top_title h1 a {
  font-size: 38px;
  font-family: Microsoft YaHei;
  color: #da1617;
  font-weight: bold;
  font-stretch: ultra-condensed;
}
.top_title h1 a:hover {
  text-decoration: none;
  color: #b20d0e;
}
.top_title span {
  width: 1000px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #666666;
}
.top_title span a {
  font-size: 14px;
  color: #888888;
  padding: 0 8px;
}
.top_title span a:hover {
  color: #b8864c;
}
.top_title i {
  position: absolute;
  top: 40px;
  right: 30px;
}
.focusnew {
  width: 1200px;
  height: 460px;
  margin: 0 auto 40px;
}
/*焦点图*/
.focus {
  position: relative;
  width: 840px;
  height: 460px;
  background-color: #5e2f2f;
  float: left;
  margin-right: 40px;
}
.focus img {
  width: 840px;
  height: 460px;
}
.focus .shadow .title {
  width: 770px;
  height: 60px;
  padding-left: 30px;
  padding-top: 0px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 710px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .btn a:hover,
.focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus .fPic {
  position: absolute;
  left: 0px;
  top: 0px;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 60px;
  line-height: 60px;
  background: rgba(94, 47, 47, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
  display: block;
  text-align: left;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  margin-left: 30px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.focus .fcon img {
  display: block;
}
.focus .fbg {
  bottom: 19px;
  right: 40px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
.focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus .D1fBt a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
  background: #b8864c;
}
.focus .D1fBt img {
  display: none;
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}
.news {
  width: 320px;
  height: 460px;
  float: left;
}
.news h1 {
  width: 302px;
  height: 30px;
  padding-left: 18px;
  line-height: 30px;
  background: url(../images/sxzj07.jpg) no-repeat 0px 7px;
  margin-bottom: 5px;
}
.news h1 a {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5e2f2f;
}
.news ul {
  width: 320px;
  height: 320px;
  margin-bottom: 15px;
  overflow: hidden;
}
.news ul li {
  width: 302px;
  padding-left: 18px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: url(../images/sxzj08.jpg) no-repeat 0px 15px;
}
.news ul li a {
  display: inline-block;
  width: 250px;
  height: 40px;
  overflow: hidden;
}
.news ul li i {
  font-style: normal;
  float: right;
  padding-right: 10px;
  color: #999999;
}
.news ul span {
  width: 320px;
  height: 90px;
}
.line2 {
  width: 1200px;
  height: 482px;
  margin: 0 auto 40px;
}
.line2 .xinzuo {
  width: 398px;
  height: 480px;
  border: 1px solid #f3f0ec;
  float: left;
  margin-right: 40px;
}
.line2 .xinzuo h1 {
  width: 398px;
  height: 90px;
  background: url(../images/sxzj07.jpg) no-repeat 29px 40px;
}
.line2 .xinzuo h1 a {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5e2f2f;
  width: 150px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 31px 0 0 47px;
}
.line2 .xinzuo h1 a:hover {
  text-decoration: none;
}
.line2 .xinzuo span {
  width: 340px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto 25px;
}
.line2 .xinzuo span img {
  display: block;
  width: 125px;
  height: 180px;
  float: left;
  margin-right: 16px;
}
.line2 .xinzuo span h2 {
  color: #242424;
  line-height: 24px;
  margin-bottom: 20px;
  width: 199px;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.line2 .xinzuo span h2 a:hover {
  text-decoration: none;
}
.line2 .xinzuo span p {
  color: #6b6b6b;
  line-height: 24px;
  width: 199px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  float: left;
}
.line2 .xinzuo span p a {
  color: #c61e1e;
}
.line2 .xinzuo span p a:hover {
  text-decoration: none;
  color: #b8864c;
}
.line2 .xinzuo ul {
  width: 340px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.line2 .xinzuo ul li {
  width: 328px;
  padding-left: 12px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background: url(../images/sxzj16.jpg) no-repeat 0px 14px;
}
.line2 .pinglun {
  width: 398px;
  height: 480px;
  border: 1px solid #f3f0ec;
  float: left;
  margin-right: 40px;
}
.line2 .pinglun h1 {
  width: 398px;
  height: 90px;
  background: url(../images/sxzj07.jpg) no-repeat 29px 40px;
}
.line2 .pinglun h1 a {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5e2f2f;
  width: 150px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 31px 0 0 47px;
}
.line2 .pinglun h1 a:hover {
  text-decoration: none;
}
.line2 .pinglun span {
  width: 300px;
  padding: 0 29px 0 69px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto 25px;
  background: url(../images/sxzj14.jpg) no-repeat 25px 0;
}
.line2 .pinglun span h2 {
  color: #242424;
  line-height: 24px;
  margin-bottom: 20px;
  width: 300px;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.line2 .pinglun span h2 a:hover {
  text-decoration: none;
}
.line2 .pinglun span p {
  color: #6b6b6b;
  line-height: 24px;
  width: 300px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  float: left;
}
.line2 .pinglun span p a {
  color: #c61e1e;
}
.line2 .pinglun span p a:hover {
  text-decoration: none;
  color: #b8864c;
}
.line2 .pinglun ul {
  width: 340px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.line2 .pinglun ul li {
  width: 328px;
  padding-left: 12px;
  line-height: 30px;
  background: url(../images/sxzj16.jpg) no-repeat 0px 14px;
}
.line2 .tongzhi {
  width: 320px;
  height: 480px;
  background: #f9f9f9;
  float: left;
}
.line2 .tongzhi h1 {
  width: 320px;
  height: 90px;
  background: url(../images/sxzj15.jpg) no-repeat 29px 40px;
}
.line2 .tongzhi h1 a {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5e2f2f;
  width: 150px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 31px 0 0 47px;
}
.line2 .tongzhi h1 a:hover {
  text-decoration: none;
}
.line2 .tongzhi ul {
  width: 305px;
  padding-right: 15px;
  height: 360px;
  overflow: hidden;
  padding-top: 10px;
}
.line2 .tongzhi ul li {
  width: 305px;
  height: auto !important;
  margin-bottom: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
}
.line2 .tongzhi ul li i {
  display: inline-block;
  width: 88px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  float: left;
  margin-top: 6px;
  margin-right: 15px;
  font-style: normal;
}
.line2 .tongzhi ul li i.tz1 {
  background: #895252;
}
.line2 .tongzhi ul li i.tz2 {
  background: #caad8b;
}
.line2 .tongzhi ul li a {
  display: inline-block;
  width: 202px;
  height: auto !important;
  line-height: 24px;
  float: left;
}
.footer {
  width: 100%;
  height: 298px;
  background: url(../images/sxzj19.jpg) repeat-x 0 0;
}
.yqlink {
  margin: auto;
  padding: 30px 0;
  position: relative;
  z-index: 9;
  background: #fff;
}
.yqlink h1 {
  width: 1000px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  font-weight: bold;
  color: #5e2f2f;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.yqlink h1:before {
  width: 6px;
  height: 18px;
  content: " ";
  display: block;
  background: #5e2f2f;
  margin-right: 10px;
}
.yqlink span a {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  width: 150px;
}
.copyr {
  width: 1200px;
  height: 118px;
  margin: 0 auto;
  color: #a08b8b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyr .logo {
  width: 290px;
  height: 118px;
  background: url(../images/sxzj17.jpg) no-repeat 0px 0px;
}
.copyr a {
  color: #a08b8b;
}
.copyr a:hover {
  color: #ffffff;
  text-decoration: none;
}
.copyr .p {
  line-height: 28px;
  padding: 0;
  width: unset;
  float: left;
}
.copyr .p p {
  display: flex;
  gap: 50px;
}
.copyr .p span {
  display: inline;
}
.copyr b {
  font-weight: normal;
  width: 100px;
  display: inline-block;
  padding-top: 15px;
}
#appgame-leftside-share {
  cursor: pointer;
}
.piaofu {
  width: 106px;
  height: 240px;
  position: fixed;
  right: 50%;
  margin-right: -730px;
  top: 65%;
  margin-top: -277px;
  z-index: 9999;
  display: none;
}
.piaofu.scroll {
  display: block;
}
.piaofu .sjxx {
  width: 106px;
  height: 50px;
  background: #f0f0f0 url(../images/sxzj09.jpg) no-repeat 0 bottom;
  text-align: center;
  line-height: 50px;
}
.piaofu .sjxx a {
  font-size: 16px;
  font-weight: bold;
  color: #b8864c;
}
.piaofu .sjxx a:hover {
  color: #5e2f2f;
  text-decoration: none;
}
.piaofu .ggh {
  width: 106px;
  height: 180px;
  background: #f0f0f0;
  text-align: center;
}
.piaofu .ggh a {
  line-height: 24px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #666666;
  display: inline-block;
  padding: 10px 0;
}
.piaofu .ggh a:hover {
  color: #5e2f2f;
  text-decoration: none;
}
.site {
  width: 1180px;
  height: 50px;
  margin: 0 auto 40px;
  position: relative;
}
.site h1 {
  display: inline;
  padding-right: 50px;
}
.site h1 a {
  font-size: 28px;
  line-height: 50px;
  font-family: Microsoft YaHei;
  color: #2d5294;
  font-style: italic;
  font-weight: 600;
}
.site h1 a:hover {
  text-decoration: none;
}
.site ul {
  display: inline;
}
.site ul li {
  display: inline;
  height: 50px;
  background: url(../images/sxzj20.jpg) no-repeat 0 5px;
  padding-left: 10px;
  padding-right: 25px;
}
.site ul li a {
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}
.site ul li a.liston {
  color: #a56e2e;
}
.site h2 {
  color: #ae9b91;
  height: 50px;
  line-height: 50px;
  width: auto !important;
  min-width: 80px;
  float: left;
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.site h2:before {
  content: " ";
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  position: relative;
  top: -2px;
  background: url(../images/sxzj22.jpg) no-repeat;
}
.site h2 a {
  color: #ae9b91;
  line-height: 30px;
  padding: 0 5px;
}
.site h2 a:hover {
  color: #5e2f2f;
}
ul#select {
  background: #fcfcfc;
  width: 130px;
  height: 28px;
  font-size: 14px;
  border: 1px #dad3cf solid;
  border-radius: 0px;
  z-index: 10;
  display: inline-block;
  margin-top: 10px;
}
ul#select li {
  background: none;
  display: block;
  padding: 0;
}
ul#select li a {
  font-size: 14px;
  width: 130px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #ae9b91;
}
ul#select .select-head {
  overflow: hidden;
  width: 120px;
  height: 28px;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 28px;
  text-indent: 10px;
}
ul#select .select-head .select-head-cont {
  float: left;
}
ul#select .select-head .select-icon {
  float: right;
  color: #dfd9d5;
  cursor: pointer;
}
ul#select .option {
  width: 128px;
  color: #ae9b91;
  background: #fcfcfc;
  line-height: 28px;
  border: 1px #dad3cf solid;
  display: none;
  padding: 5px 0;
}
ul#select .option li {
  height: 30px;
  line-height: 30px;
  text-indent: 15px;
}
ul#select .option li a {
  font-size: 14px;
  display: block;
  width: 128px;
  height: 30px;
}
ul#select .option li a:hover {
  color: #ffffff;
  text-decoration: none;
}
ul#select .option-item:hover {
  background: #ae9b91;
}
.mainbody {
  width: 1200px;
  height: auto;
  margin: 0 auto 40px;
}
.zx_yw {
  width: 400px;
  height: auto;
  border-top: 3px solid #345898;
  float: left;
  margin-right: 40px;
}
.zx_yw span {
  width: 340px;
  height: auto;
  border-bottom: 1px dotted #b4b4b4;
  padding: 25px 0px 20px 20px;
}
.zx_yw span h1 {
  font-size: 28px;
  width: 340px;
  line-height: 40px;
  font-family: Microsoft YaHei;
  color: #c82323;
  margin-bottom: 12px;
}
.zx_yw span h1 a {
  color: #c82323;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome 29+ */
  display: block;
  /* NEW, Spec - IE 10+ & newer browsers */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  /* OLD - iOS 6-, Safari 3.1-6 */
  flex-direction: column;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zx_yw span h1 a:hover {
  text-decoration: none;
}
.zx_yw span h2 {
  font-size: 20px;
  width: 340px;
  line-height: 34px;
  font-family: Microsoft YaHei;
  color: #000000;
  margin-bottom: 12px;
}
.zx_yw span h2 a:hover {
  color: #c82323;
}
.zx_yw span p {
  width: 340px;
  font-size: 14px;
  line-height: 24px;
  font-family: Microsoft YaHei;
  color: #888888;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.zx_yw span p strong {
  font-weight: normal;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+, Chrome 29+ */
  display: block;
  /* NEW, Spec - IE 10+ & newer browsers */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  /* OLD - iOS 6-, Safari 3.1-6 */
  flex-direction: column;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zx_yw span p a {
  color: #c61e1e;
}
.zx_yw span p a:hover {
  text-decoration: none;
  color: #b8864c;
}
.zx_yw span i {
  font-size: 14px;
  line-height: 24px;
  font-family: Microsoft YaHei;
  color: #bfbfbf;
}
.zx_r {
  width: 760px;
  height: auto;
  float: left;
}
.pinglun2 {
  width: 398px;
  min-height: 480px;
  height: auto !important;
  height: 480px;
  border: 1px solid #f3f0ec;
  border-top: 3px solid #345898;
  float: left;
  margin-right: 40px;
}
.pinglun2 h1 {
  width: 398px;
  height: 90px;
  background: url(../images/sxzj21.jpg) no-repeat 29px 38px;
}
.pinglun2 h1 a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #000000;
  font-weight: 550;
  width: 150px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 31px 0 0 47px;
}
.pinglun2 h1 a:hover {
  text-decoration: none;
}
.pinglun2 span {
  width: 340px;
  padding: 0 29px 0 29px;
  overflow: hidden;
  margin: 0 auto 5px;
}
.pinglun2 span h2 {
  color: #242424;
  line-height: 24px;
  margin-bottom: 20px;
  width: 340px;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.pinglun2 span h2 a {
  color: #2d5294;
}
.pinglun2 span h2 a:hover {
  color: #c61e1e;
}
.pinglun2 span p {
  color: #6b6b6b;
  line-height: 24px;
  width: 340px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  float: left;
}
.pinglun2 span p a {
  color: #c61e1e;
}
.pinglun2 span p a:hover {
  text-decoration: none;
  color: #b8864c;
}
.pinglun2 ul {
  width: 340px;
  height: auto;
  margin: 0 auto 30px;
}
.pinglun2 ul li {
  width: 328px;
  padding-left: 12px;
  line-height: 30px;
  background: url(../images/sxzj16.jpg) no-repeat 0px 14px;
}
.pinglun2 ul li a {
  color: #666666;
}
.pinglun2 ul li a:hover {
  color: #c61e1e;
}
.tongzhi2 {
  width: 318px;
  min-height: 480px;
  height: auto !important;
  height: 480px;
  float: left;
  border: 1px solid #f3f0ec;
  border-top: 3px solid #345898;
}
.tongzhi2 h1 {
  width: 320px;
  height: 90px;
  background: url(../images/sxzj21.jpg) no-repeat 29px 38px;
}
.tongzhi2 h1 a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #000000;
  font-weight: 550;
  width: 150px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 31px 0 0 47px;
}
.tongzhi2 h1 a:hover {
  text-decoration: none;
}
.tongzhi2 ul {
  width: 305px;
  padding-right: 15px;
  height: 360px;
  overflow: hidden;
  padding-top: 10px;
}
.tongzhi2 ul li {
  width: 305px;
  height: auto !important;
  margin-bottom: 22px;
  font-size: 14px;
}
.tongzhi2 ul li i {
  display: inline-block;
  width: 88px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  float: left;
  margin-top: 6px;
  margin-right: 15px;
  font-style: normal;
}
.tongzhi2 ul li i.tz1 {
  background: #647fa8;
}
.tongzhi2 ul li i.tz2 {
  background: #bdbdbd;
}
.tongzhi2 ul li a {
  display: inline-block;
  width: 202px;
  height: auto !important;
  line-height: 24px;
  float: left;
  color: #666666;
}
.tongzhi2 ul li a:hover {
  color: #c61e1e;
}
.zx_hyxw {
  width: 1198px;
  height: 290px;
  border: 1px solid #f3f0ec;
  border-top: 3px solid #345898;
  margin: 0 auto 40px;
}
.zx_hyxw span {
  width: 1198px;
  height: 90px;
}
.zx_hyxw h1 {
  width: 200px;
  height: 90px;
  background: url(../images/sxzj21.jpg) no-repeat 29px 38px;
  float: left;
  display: inline;
}
.zx_hyxw h1 a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #000000;
  font-weight: 550;
  width: 150px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 31px 0 0 47px;
}
.zx_hyxw h1 a:hover {
  text-decoration: none;
}
.zx_hyxw p {
  width: 900px;
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  color: #e1e0e0;
  display: inline;
}
.zx_hyxw p a {
  color: #666666;
  font-weight: bold;
  padding: 0 16px;
}
.zx_hyxw p a:hover {
  text-decoration: none;
  color: #c61e1e;
}
.zx_hyxw ul {
  width: 1138px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.zx_hyxw ul li {
  width: 519px;
  padding-right: 50px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  float: left;
}
.zx_hyxw ul li b {
  color: #637eaf;
}
.zx_hyxw ul li a {
  color: #666666;
}
.zx_hyxw ul li a:hover {
  color: #c61e1e;
}
/*焦点图*/
.focus2 {
  position: relative;
  width: 760px;
  height: 420px;
  background-color: #5e2f2f;
  margin-bottom: 40px;
}
.focus2 img {
  width: 760px;
  height: 420px;
}
.focus2 .shadow2 .title2 {
  width: 600px;
  height: 60px;
  padding-left: 30px;
  padding-top: 0px;
}
.focus2 .shadow2 .title2 a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  overflow: hidden;
}
.focus2 .btn2 {
  position: absolute;
  bottom: 34px;
  left: 650px;
  overflow: hidden;
  zoom: 1;
}
.focus2 .btn2 a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus2 .btn2 a:hover,
.focus2 .btn2 a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus2 .fPic2 {
  position: absolute;
  left: 0px;
  top: 0px;
}
.focus2 .D1fBt2 {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus2 .shadow2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
  display: block;
  text-align: left;
}
.focus2 .shadow2 a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  margin-left: 30px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus2 .fcon2 {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.focus2 .fcon2 img {
  display: block;
  width: 760px;
  height: 420px;
}
.focus2 .fbg2 {
  bottom: 19px;
  right: 40px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
.focus2 .fbg2 div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus2 .D1fBt2 a {
  position: relative;
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 0 5px;
  color: #b0b0b0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #d9d9d9;
}
.focus2 .D1fBt2 .current,
.focus2 .D1fBt2 a:hover {
  background: #b8864c;
}
.focus2 .D1fBt2 img {
  display: none;
}
.focus2 .D1fBt2 i {
  display: none;
  font-style: normal;
}
.listall {
  width: 1200px;
  height: auto;
  margin-bottom: 70px;
}
.listall li {
  width: 1200px;
  height: auto !important;
  height: 185px;
  min-height: 185px;
  margin-bottom: 15px;
}
.listall li span {
  width: 800px;
  height: auto !important;
  height: 185px;
  min-height: 185px;
  margin-right: 100px;
  float: left;
}
.listall li span a {
  display: inline-block;
  width: 800px;
  height: auto;
  font-size: 22px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 40px;
  margin-bottom: 35px;
}
.listall li span a:hover {
  color: #b8864c;
  text-decoration: none;
}
.listall li span i {
  font-style: normal;
  color: #aaaaaa;
  padding-left: 10px;
}
.listall li a.list-pic {
  width: 300px;
  height: 185px;
  overflow: hidden;
  display: block;
  float: left;
}
.listall li a.list-pic img {
  height: auto !important;
  height: 185px;
  max-height: 185px;
  width: auto !important;
  width: 300px;
  max-width: 300px;
}
.core-paging-b {
  width: 800px;
  text-align: center;
  margin: 0 auto 80px;
  display: flex;
}
.core-paging-b .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.core-paging-b a {
  display: inline-block;
  width: auto;
  height: 26px;
  margin: 0px 4px;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 14px;
  color: #8f8e8e;
  line-height: 26px;
  text-align: center;
  padding: 0px 10px;
}
.core-paging-b a:hover {
  background-color: #b8864c;
  border: 1px solid #b8864c;
  color: #fff;
  text-decoration: none;
}
.core-paging-b span {
  width: auto;
  height: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0px 10px;
  display: inline;
}
.content_title {
  width: 1000px;
  height: auto !important;
  height: 60px;
  min-height: 60px;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 60px;
  color: #333333;
  font-family: Microsoft Yahei;
  font-size: 29px;
  display: block;
  padding-top: 10px;
}
.content_cell {
  width: 800px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 0 auto 80px;
  overflow: hidden;
}
.content_cell b {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: normal;
  padding: 0 25px;
}
.content {
  width: 1000px;
  height: auto;
  margin: 0 auto 50px;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
}
.content p {
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
}
.content img {
  display: block;
  margin: 0 auto 20px;
  width: auto !important;
  width: 800px;
  max-width: 800px;
}
.content h3 {
  width: 800px;
  height: auto !important;
  height: 30px;
  max-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto 40px;
}
#fujian {
  width: 800px;
  height: auto;
  padding-top: 10px;
  display: block;
}
#fujian h4 {
  font-size: 14px;
  color: #0b366c;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  margin-bottom: 0px;
}
#fujian ul li {
  height: 30px;
  line-height: 30px;
  width: 700px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#fujian ul li a {
  text-decoration: underline;
  color: #666666;
}
#fujian ul li a:hover {
  text-decoration: underline;
  color: #990000;
}
.jg_w {
  width: 1200px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #5e2f2f;
}
.jg_w .jg_l-r {
  width: 1200px;
  position: relative;
  right: 778px;
  background: #5e2f2f;
}
.jg_w .jg_l-r .jg_l {
  width: 250px;
  float: left;
  position: relative;
  background: #5e2f2f;
  left: 775px;
  padding-bottom: 300px;
}
.jg_w .jg_l-r .jg_l .menu-title {
  width: 250px;
  height: 100px;
  background: url(../images/sxzj23.jpg) no-repeat center 0;
  margin: 0 auto;
}
.jg_w .jg_l-r .jg_r {
  width: 820px;
  height: auto !important;
  height: 1000px;
  min-height: 1000px;
  padding-left: 70px;
  padding-bottom: 70px;
  float: left;
  position: relative;
  left: 775px;
  background: #ffffff;
}
.jg_w .jg_l-r .jg_r h1 {
  width: 820px;
  height: 30px;
  line-height: 30px;
  font-size: 29px;
  color: #333333;
  font-family: Microsoft Yahei;
  color: #5e2f2f;
  display: block;
  padding: 50px 0 40px;
}
.jg_w .jg_l-r .jg_r h2 {
  width: 820px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e6dfd6;
  position: relative;
  margin-bottom: 20px;
}
.jg_w .jg_l-r .jg_r h2 a {
  display: block;
  width: auto !important;
  width: 80px;
  max-width: 80px;
  height: 29px;
  line-height: 30px;
  border: 1px solid #e6dfd6;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  position: absolute;
  left: 30px;
  top: 0px;
  padding: 0 20px;
  font-weight: bold;
  color: #987261;
}
.jg_w .jg_l-r .jg_r h2 a:hover {
  background: #987261;
  color: #ffffff;
  text-decoration: none;
}
.jg_w .jg_l-r .jg_r .zx_jj {
  width: 820px;
  height: auto;
  color: #666666;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 20px;
}
.jg_w .jg_l-r .jg_r .zx_jj p {
  color: #666666;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 20px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul {
  width: 820px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul li {
  width: 255px;
  height: auto;
  float: left;
  margin-right: 18px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul li a.zx_jj_pic {
  display: block;
  width: 110px;
  height: 150px;
  border: 1px solid #f8f8f8;
  padding: 4px;
  margin: 0 auto 10px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul li a.zx_jj_pic img {
  width: auto !important;
  width: 110px;
  max-width: 110px;
  height: auto !important;
  height: 150px;
  max-height: 150px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul li h3 {
  width: 240px;
  height: auto;
  margin: 0 auto 10px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul li h3 a {
  font-size: 16px;
  line-height: 30px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul li p {
  width: 240px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_list {
  width: 820px;
  height: auto;
  margin-bottom: 50px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_list li {
  width: 800px;
  padding-left: 20px;
  background: url(../images/sxzj08.jpg) no-repeat 0px 16px;
  height: 40px;
  line-height: 40px;
  float: none;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_list li a {
  color: #666666;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_list li a:hover {
  text-decoration: underline;
  color: #990000;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd {
  width: 820px;
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd li {
  width: 800px;
  padding-left: 20px;
  background: url(../images/sxzj08.jpg) no-repeat 0px 20px;
  height: 50px;
  line-height: 49px;
  float: none;
  border-bottom: 1px dotted #cdcdcd;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd li a {
  display: block;
  width: 580px;
  height: 50px;
  float: left;
  color: #666666;
  overflow: hidden;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd li i {
  display: block;
  font-style: normal;
  width: 120px;
  font-size: 14px;
  height: 50px;
  float: left;
  color: #d7c8b0;
  overflow: hidden;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd li b {
  display: block;
  font-weight: normal;
  width: 100px;
  font-size: 14px;
  height: 50px;
  float: left;
  color: #d7c8b0;
  overflow: hidden;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listdd li a:hover {
  text-decoration: underline;
  color: #990000;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic {
  width: 820px;
  height: auto !important;
  height: 700px;
  min-height: 700px;
  padding-top: 50px;
  margin-bottom: 50px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li {
  width: 820px;
  height: auto;
  margin-bottom: 40px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li a.zx_jj_pic1 {
  display: block;
  width: 150px;
  height: 220px;
  border: 1px solid #f8f8f8;
  padding: 4px;
  margin-right: 40px;
  float: left;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li a.zx_jj_pic1 img {
  width: auto !important;
  width: 150px;
  max-width: 150px;
  height: auto !important;
  height: 220px;
  max-height: 220px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li h3 {
  width: 600px;
  height: 30px;
  float: left;
  padding-top: 20px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li h3 a {
  font-size: 16px;
  line-height: 30px;
}
.jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li p {
  width: 600px;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  margin-bottom: 20px;
  float: left;
}
.jg_w .jg_l-r .jg_r a.js_more {
  color: #7b4a4a;
  font-size: 16px;
  line-height: 34px;
  display: block;
  margin-bottom: 50px;
}
.jg_w .jg_l-r .jg_r a.js_more2 {
  float: left;
  color: #7b4a4a;
  font-size: 16px;
  line-height: 34px;
  display: block;
  margin-bottom: 50px;
}
.contentjj_title {
  width: 800px;
  height: auto !important;
  height: 60px;
  min-height: 60px;
  margin: 30px auto 0px;
  text-align: center;
  line-height: 60px;
  color: #333333;
  font-family: Microsoft Yahei;
  font-size: 29px;
  display: block;
}
.contentjj_cell {
  width: 800px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  overflow: hidden;
}
.contentjj_cell b {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: normal;
  padding: 0 25px;
}
.contentjj {
  width: 800px;
  height: auto;
  margin: 0 auto 50px;
  line-height: 40px;
  font-size: 16px;
  color: #666666;
}
.contentjj p {
  line-height: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #666666;
}
.contentjj img {
  display: block;
  margin: 0 auto 20px;
  width: auto !important;
  width: 800px;
  max-width: 800px;
}
.contentjj h3 {
  width: 800px;
  height: auto !important;
  height: 30px;
  max-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin: 0 auto 40px;
}
.menu_head {
  width: 185px;
  height: 47px;
  line-height: 47px;
  padding-left: 38px;
  font-size: 14px;
  color: #525252;
  cursor: pointer;
  border: 1px solid #5e2f2f;
  border-bottom: 10px solid #5e2f2f;
  position: relative;
  margin: 0px auto;
  font-weight: bold;
  background: #fcfcfc url(../images/pro_left.png) center right no-repeat;
}
.menu_head2 {
  background: #fcfcfc;
}
.menu_list .menu_head .current {
  background: #fcfcfc url(../images/pro_down.png) center right no-repeat;
}
.menu_list .menu_head2 .current {
  background: none;
}
.menu_list .menu_head2 a {
  display: block;
  width: 185px;
  height: 47px;
}
.menu_list .menu_head2 a:hover {
  color: #b8864c;
  text-decoration: none;
}
.menu_body {
  width: 223px;
  height: auto;
  overflow: hidden;
  line-height: 38px;
  border-left: 1px solid #5e2f2f;
  backguound: #5e2f2f;
  border-right: 1px solid #5e2f2f;
  margin: 0px auto;
  padding: 0px 0 18px;
}
.menu_body a {
  display: block;
  width: 223px;
  height: 38px;
  line-height: 38px;
  background: #7b4a4a;
  padding-left: 38px;
  color: #e3d6d6;
  text-decoration: none;
  border-bottom: 10px solid #5e2f2f;
}
.menu_body a:hover {
  text-decoration: none;
  background: #fcfcfc;
  color: #525252;
}
.zjzp_l {
  width: 840px;
  height: 708px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}
.zjzp_xztj {
  width: 840px;
  height: 350px;
  background: #5e2f2e;
  margin-bottom: 42px;
}
.zjzp_xztj h1 {
  width: 840px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin-bottom: 18px;
}
.xztj_pic {
  width: 179px;
  height: 238px;
  background: url(../images/sxzj24.jpg) no-repeat 0 0;
  margin: 0 33px;
  float: left;
}
.zjzp_xztj span {
  width: 560px;
  height: 160px;
  float: left;
  margin-bottom: 20px;
}
.zjzp_xztj span h2 {
  width: 560px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.zjzp_xztj span h2 a {
  font-size: 26px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  color: #ffd895;
}
.zjzp_xztj span h2 a:hover {
  text-decoration: none;
  color: #b8864c;
}
.zjzp_xztj span p {
  width: 560px;
  height: auto;
  color: #bda4a3;
  font-size: 14px;
  line-height: 26px;
  font-family: Microsoft YaHei;
}
.zjzp_xztj span p a {
  color: #bda4a3;
}
.zjzp_xztj span p a:hover {
  color: #ffd895;
}
.zjzp_xztj ul {
  width: 560px;
  height: 60px;
  float: left;
}
.zjzp_xztj ul li {
  display: block;
  width: 242px;
  padding-left: 8px;
  height: 30px;
  background: url(../images/sxzj31.jpg) no-repeat 0px 15px;
  margin-right: 30px;
  float: left;
  overflow: hidden;
}
.zjzp_xztj ul li a {
  font-size: 14px;
  line-height: 30px;
  font-family: "宋体";
  color: #ffffff;
}
.zjzp_xztj ul li a:hover {
  color: #ffd895;
}
.zjzp_zpyd {
  width: 840px;
  height: 320px;
  margin-bottom: 40px;
}
.zjzp_zpyd h1 {
  width: 840px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin-bottom: 18px;
}
.zjzp_zpyd ul {
  width: 840px;
  height: 260px;
  float: left;
  overflow: hidden;
  background: url(../images/sxzj26.jpg) repeat-x 0 0;
}
.zjzp_zpyd ul li {
  width: 360px;
  padding: 0 30px;
  height: 51px;
  background: url(../images/sxzj26.jpg) repeat-x 0 bottom;
  float: left;
}
.zjzp_zpyd ul li a {
  font-size: 16px;
  line-height: 50px;
  font-family: "宋体";
  color: #666666;
}
.zjzp_zpyd ul li a:hover {
  color: #b8864c;
}
.zjzp_r {
  width: 318px;
  padding: 25px 0 0;
  height: 680px;
  overflow: hidden;
  float: left;
  border-top: 3px solid #2d5294;
  border-bottom: 1px solid #f3f0ec;
  border-left: 1px solid #f3f0ec;
  border-right: 1px solid #f3f0ec;
}
.zjzp_r h1 {
  width: 275px;
  height: 30px;
  background: url(../images/sxzj21.jpg) no-repeat 28px 8px;
  padding-left: 43px;
  margin-bottom: 20px;
}
.zjzp_r h1 a {
  font-size: 20px;
  line-height: 30px;
  font-family: Microsoft YaHei;
  color: #333333;
  font-weight: bold;
}
.zjzp_r h1 a:hover {
  color: #b8864c;
  text-decoration: none;
}
.zjzp_r ul {
  width: 318px;
  height: auto;
}
.zjzp_r ul li {
  width: 96px;
  height: 17px;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #aaaaaa;
  float: left;
  margin-bottom: 14px;
}
.zjzp_r ul li a {
  line-height: 17px;
}
.zjzp_r span {
  width: 275px;
  height: 30px;
  line-height: 30px;
  padding-left: 28px;
  padding-top: 10px;
}
.zjzp_r span a {
  color: #b8864c;
}
.zjzp_zjsh {
  width: 1200px;
  height: auto;
  margin: 0 auto 40px;
}
.zjzp_zjsh h1 {
  width: 1200px;
  height: 60px;
  float: left;
  overflow: hidden;
  margin-bottom: 18px;
}
.zjzp_zjsh ul {
  width: 1200px;
  height: auto;
  float: left;
  overflow: hidden;
}
.zjzp_zjsh ul li {
  width: 250px;
  padding: 20px;
  height: 246px;
  float: left;
  margin-right: 10px;
}
.zjzp_zjsh ul li a img {
  display: block;
  width: 238px;
  height: 174px;
  background: #ffffff;
  padding: 5px;
  border: 1px solid #f4f4f4;
}
.zjzp_zjsh ul li a p {
  line-height: 60px;
  font-size: 16px;
  width: 250px;
  height: 60px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
.zjzp_zjsh ul li a {
  font-family: "宋体";
  color: #666666;
}
.zjzp_zjsh ul li a:hover {
  color: #b8864c;
  text-decoration: none;
}
.zjzp_zjsh ul li:hover {
  background: #f4f4f4;
}
.zjzp_xztjlist {
  width: 1160px;
  padding-left: 40px;
  height: auto;
  margin: 0 auto 40px;
}
.zjzp_xztjlist ul {
  width: 1160px;
  height: auto;
  float: left;
}
.zjzp_xztjlist ul li {
  width: 210px;
  padding: 20px;
  height: 384px;
  float: left;
  margin-right: 40px;
}
.zjzp_xztjlist ul li a img {
  display: block;
  width: 198px;
  height: 262px;
  background: #ffffff;
  padding: 5px;
  border: 1px solid #f4f4f4;
}
.zjzp_xztjlist ul li a p {
  line-height: 35px;
  font-size: 16px;
  width: 200px;
  height: 70px;
  padding: 20px 5px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
.zjzp_xztjlist ul li a {
  font-family: "宋体";
  color: #666666;
}
.zjzp_xztjlist ul li a:hover {
  color: #b8864c;
  text-decoration: none;
}
.zjzp_xztjlist ul li:hover {
  background: #f4f4f4;
}
.zjzp_sxmj {
  width: 1190px;
  padding-left: 10px;
  height: auto;
  margin: 0 auto 40px;
}
.zjzp_sxmj ul {
  width: 1190px;
  height: auto;
  float: left;
}
.zjzp_sxmj ul li {
  width: 132px;
  padding: 20px;
  height: 205px;
  float: left;
  margin-right: 20px;
}
.zjzp_sxmj ul li a img {
  display: block;
  width: 120px;
  height: 140px;
  background: #ffffff;
  padding: 5px;
  border: 1px solid #f4f4f4;
}
.zjzp_sxmj ul li a p {
  line-height: 30px;
  font-size: 16px;
  width: 122px;
  height: 30px;
  padding: 10px 5px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
.zjzp_sxmj ul li a {
  font-family: "宋体";
  color: #666666;
}
.zjzp_sxmj ul li a:hover {
  color: #b8864c;
  text-decoration: none;
}
.zjzp_sxmj ul li:hover {
  background: #f4f4f4;
}
.zxkw01 {
  width: 1200px;
  height: 415px;
  margin-bottom: 40px;
}
.zxkw01 a.zxkw01_1 {
  width: 280px;
  height: 415px;
  float: left;
  margin-right: 10px;
}
.zxkw01 .zxkw01_2 {
  width: 910px;
  height: 415px;
  float: left;
  background: #f3f3f3 url(../images/sxzj35.jpg) 0 0 no-repeat;
}
.zxkw01 .zxkw01_2 h2 {
  width: 885px;
  height: 36px;
  padding-top: 23px;
  padding-right: 25px;
  text-align: right;
}
.zxkw01 .zxkw01_2 h2 a {
  color: #3b81a5;
  line-height: 36px;
  font-family: "宋体";
  font-size: 14px;
}
.zxkw01 .zxkw01_2 h2 a:hover {
  color: #5e2f2f;
  text-decoration: none;
}
.zxkw01 .zxkw01_2 span {
  width: 250px;
  padding: 0px 25px 0 26px;
  height: 356px;
  float: left;
  background: url(../images/sxzj41.jpg) right 0 no-repeat;
}
.zxkw01 .zxkw01_2 span h3 {
  width: 250px;
  height: 36px;
  line-height: 36px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #444444;
  text-align: center;
  overflow: hidden;
  margin: 12px 0 12px;
}
.zxkw01 .zxkw01_2 span p {
  width: 235px;
  height: 78px;
  line-height: 26px;
  font-family: "宋体";
  font-size: 14px;
  color: #777777;
  overflow: hidden;
  margin: 0 auto 22px;
}
.zxkw01_3 {
  width: 1200px;
  min-height: 430px;
  height: auto !important;
  height: 430px;
}
.zxkw01_3 h1 {
  width: 1175px;
  padding-right: 25px;
  height: 22px;
  padding-top: 18px;
  background: url(../images/sxzj38.jpg) no-repeat 0 0;
  text-align: right;
  margin-bottom: 15px;
}
.zxkw01_3 h1 a {
  color: #3b81a5;
  line-height: 22px;
  font-family: "宋体";
  font-size: 14px;
}
.zxkw01_3 h1 a:hover {
  color: #5e2f2f;
  text-decoration: none;
}
.zxkw01_3 ul {
  margin-bottom: 50px;
}
.zxkw01_3 ul li {
  width: 212px;
  height: 362px;
  background: #ffffff;
  display: block;
  float: left;
  padding: 13px;
  margin-right: 2px;
  margin-bottom: 15px;
}
.zxkw01_3 ul li:hover {
  width: 212px;
  height: 362px;
  float: left;
  background: #f4f4f4;
}
.zxkw01_3 ul li img {
  display: block;
  width: 200px;
  height: 285px;
  background: #ffffff;
  padding: 5px;
  border: 1px solid #f4f4f4;
}
.zxkw01_3 ul li a p {
  line-height: 60px;
  font-size: 16px;
  width: 202px;
  height: 60px;
  padding: 0 5px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
}
.zxkw01_3 ul li a {
  font-family: "宋体";
  color: #666666;
}
.zxkw01_3 ul li a:hover {
  color: #b8864c;
  text-decoration: none;
}
.zxkw01 .zxkw02_2 {
  background: #f3f3f3 url(../images/sxzj36.jpg) 0 0 no-repeat;
}
.zxkw01 .zxkw02_2 h2 a {
  color: #a64152;
}
.zxkw01 .zxkw02_2 span {
  background: url(../images/sxzj42.jpg) right 0 no-repeat;
}
.zxkw02_3 h1 {
  background: url(../images/sxzj39.jpg) no-repeat 0 0;
}
.zxkw02_3 h1 a {
  color: #a64152;
}
.zxkw01 .zxkw03_2 {
  background: #f3f3f3 url(../images/sxzj37.jpg) 0 0 no-repeat;
}
.zxkw01 .zxkw03_2 h2 a {
  color: #82623c;
}
.zxkw01 .zxkw03_2 span {
  background: url(../images/sxzj43.jpg) right 0 no-repeat;
}
.zxkw03_3 h1 {
  background: url(../images/sxzj40.jpg) no-repeat 0 0;
}
.zxkw03_3 h1 a {
  color: #82623c;
}
.hdjl {
  width: 1200px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
  background: #f3f3f3;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 80px;
}
.hdjl h1 {
  width: 1200px;
  height: 65px;
}
.hdjl h1 img {
  display: block;
  margin: 0 auto;
}
.hdjl p {
  width: 820px;
  height: auto;
  margin: 0 auto 40px;
  line-height: 40px;
  color: #777777;
  text-align: center;
}
.hdjl img {
  display: block;
  margin: 0 auto;
}
.hdjl .hdjlbt {
  width: 700px;
  height: 65px;
  margin: 0 auto;
}
.hdjl .hdjlbt a {
  display: block;
  float: left;
  width: 236px;
  margin: 0 57px;
  height: 60px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  letter-spacing: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
}
.hdjl .hdjlbt a:hover {
  text-decoration: none;
}
.hdjl .hdjlbt a.hdjlbt_a {
  background: #dca361;
}
.hdjl .hdjlbt a.hdjlbt_a:hover {
  background: #f3c070;
}
.hdjl .hdjlbt a.hdjlbt_b {
  background: #976262;
}
.hdjl .hdjlbt a.hdjlbt_b:hover {
  background: #bf7d7d;
}
.new-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.new-header {
  height: 100px;
  position: fixed;
  width: 100%;
  background: #5e2f2f;
  z-index: 999;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.new-header.home {
  background: rgba(94, 47, 47, 0.3);
}
.new-header .nav-trigger {
  display: none;
}
.new-header.scroll {
  background: #5e2f2f;
}
.new-header.scroll .new-nav-list li ul {
  padding-top: 17px;
}
.new-header.scroll .new-container {
  padding-bottom: 0;
}
.new-header .new-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.new-header .brand {
  width: 260px;
  height: 180px;
  background: url(../images/logo-white.png) no-repeat center / contain;
}
.new-header .new-nav-list {
  display: flex;
  font-size: 16px;
}
.new-header .new-nav-list li {
  position: relative;
  line-height: 40px;
}
.new-header .new-nav-list li:hover ul {
  transform: scaleY(1);
}
.new-header .new-nav-list li ul {
  width: 100%;
  position: absolute;
  background: #5e2f2f;
  padding: 10px 0;
  left: 0;
  font-size: 14px;
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.3s;
  text-align: center;
  border-radius: 6px;
}
.new-header .new-nav-list li ul li a {
  display: block;
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-header .new-nav-list li ul li a:hover {
  background: #f3c070;
  color: #5e2f2f;
}
.new-header .new-nav-list li ul a {
  padding: 0 15px;
}
.new-header .new-nav-list a {
  color: #fff;
  padding: 0 30px;
}
.new-header .new-nav-list a:hover {
  text-decoration: none;
}
.new-banner {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.new-banner .swiper-button-next,
.new-banner .swiper-button-prev {
  color: unset;
}
.new-banner img {
  width: 100%;
  display: block;
}
.new-main {
  position: relative;
  z-index: 2;
  background: #f1f1f1;
}
.new-main .book {
  width: 100%;
  transform: translateY(-56.5%);
}
.new-main .book img {
  width: 100%;
  display: block;
}
.new-main .home-headline {
  margin-top: -150px;
}
.new-main .home-headline .top-title {
  width: 110px;
  height: 36px;
  background: #5e2f2f;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-main .home-headline .top-title i {
  width: 20px;
  height: 20px;
  background: url(../images/message.png) no-repeat center / contain;
  display: inline-block;
  margin-right: 5px;
}
.new-main .home-headline .top1 {
  font-size: 38px;
  color: #e60012;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
  font-weight: bold;
  font-family: Microsoft YaHei;
}
.new-main .home-headline .top1:hover {
  text-decoration: none;
  color: #b3000e;
}
.new-main .home-headline .top3 {
  display: flex;
  justify-content: center;
}
.new-main .home-headline .top3 a {
  max-width: 300px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  height: 20px;
  color: #8c8c8c;
}
.new-main .home-headline .top3 a:hover {
  color: #5e2f2f;
}
.new-main .home-headline .top3 span {
  padding: 0 10px;
}
.new-main .home-info {
  margin-top: 50px;
}
.new-main .home-info .new-container {
  display: flex;
  justify-content: space-between;
}
.new-main .home-info .left .swiper {
  width: 800px;
  height: 500px;
}
.new-main .home-info .left .swiper .swiper-slide .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  background: rgba(94, 47, 47, 0.8);
  color: #fff;
  padding-left: 20px;
  padding-right: 200px;
  box-sizing: border-box;
}
.new-main .home-info .left .swiper .swiper-slide .bottom .txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
.new-main .home-info .left .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-main .home-info .left .swiper .swiper-pagination {
  width: unset;
  left: unset;
  right: 0;
  bottom: 0;
  display: flex;
  height: 50px;
  align-items: center;
  padding-right: 20px;
}
.new-main
  .home-info
  .left
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.new-main
  .home-info
  .left
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #b8864c;
}
.new-main .home-info .right {
  width: 350px;
}
.new-main .home-info .right .text-list:first-child {
  border-bottom: 1px solid #5e2f2f;
  margin-bottom: 25px;
}
.new-main .home-info .right .text-list .head {
  font-size: 18px;
  font-weight: bold;
  color: #5e2f2f;
  display: flex;
  line-height: 20px;
}
.new-main .home-info .right .text-list .head:before {
  width: 6px;
  height: 18px;
  content: " ";
  display: block;
  background: #5e2f2f;
  margin-right: 10px;
}
.new-main .home-info .right .text-list .body {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.new-main .home-info .right .text-list .body a {
  height: 37px;
  line-height: 37px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-main .home-info .right .text-list .body a:before {
  width: 4px;
  height: 4px;
  display: inline-block;
  content: " ";
  background: #5e2f2f;
  vertical-align: middle;
  margin-right: 5px;
}
.new-main .home-info .right .rhzn {
  height: 40px;
  line-height: 40px;
  background: #5e2f2f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 0 30px;
  align-items: center;
  margin-top: 1px;
}
.new-main .home-info .right .rhzn:hover {
  text-decoration: none;
  opacity: 0.9;
}
.new-main .home-info .right .rhzn span {
  display: flex;
  align-items: center;
}
.new-main .home-info .right .rhzn i {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/rhzn.png) no-repeat center / contain;
  margin-right: 10px;
}
.new-main .home-zxkw {
  padding-bottom: 50px;
  margin-top: 50px;
}
.new-main .home-zxkw .head .title {
  width: 148px;
  height: 47px;
  background: url(../images/zxkw-title.png) no-repeat center / contain;
}
.new-main .home-zxkw .swiper {
  margin-top: 40px;
  height: 600px;
}
.new-main .home-zxkw .swiper .swiper-slide {
  display: flex;
  height: 600px;
}
.new-main .home-zxkw .swiper .left {
  width: 300px;
  flex-shrink: 0;
  font-size: 16px;
  color: #5e2f2f;
  padding-right: 50px;
  line-height: 1.8;
  box-sizing: border-box;
}
.new-main .home-zxkw .swiper .right {
  flex: 1;
  background: #fff;
  padding: 35px;
}
.new-main .home-zxkw .swiper .right img {
  max-width: 100%;
}
.new-main .home-zxkw .b_box {
  position: relative;
  background: #f0f0f0;
}
.new-main .home-zxkw .b_box .tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 43px;
  background: url(../images/zxkw-jx.png) no-repeat center / contain;
}
.new-main .home-zxkw .b_box .b_head {
  text-align: right;
  line-height: 40px;
  padding-right: 20px;
}
.new-main .home-zxkw .b_box .b_head a {
  color: #5e2f2f;
  font-size: 12px;
}
.new-main .home-zxkw .c_list {
  display: flex;
  padding-bottom: 15px;
}
.new-main .home-zxkw .c_list .c_item {
  flex: 1;
  padding: 0 15px;
  border-right: 1px solid #5e2f2f;
  text-decoration: none;
  width: 1px;
  box-sizing: border-box;
}
.new-main .home-zxkw .c_list .c_item:hover {
  opacity: 0.8;
}
.new-main .home-zxkw .c_list .c_item:last-child {
  border-right: none;
}
.new-main .home-zxkw .c_list .c_item .title {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #000000;
  margin-bottom: 8px;
}
.new-main .home-zxkw .c_list .c_item .desc {
  font-size: 12px;
  color: #666;
  display: flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  height: 36px;
}
.new-main .home-zxkw .c_list .c_item .img {
  margin-top: 10px;
}
.new-main .home-zxkw .c_list .c_item .img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 110px;
}
.new-main .home-zxkw .d_list {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.new-main .home-zxkw .d_list .d_item {
  flex: 1;
  width: 1px;
}
.new-main .home-zxkw .d_list .d_item:hover {
  text-decoration: none;
  opacity: 0.8;
}
.new-main .home-zxkw .d_list .d_item .img {
  padding: 5px;
  border: 1px solid #d2d2d2;
}
.new-main .home-zxkw .d_list .d_item img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 236px;
}
.new-main .home-zxkw .d_list .d_item .txt {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.new-main .home-zxkw .swiper-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 3;
}
.new-main .home-zxkw .swiper-nav-item {
  background: #d9d9d9;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-main .home-zxkw .swiper-nav-item i {
  width: 82px;
  height: 13px;
  display: block;
  background: url(../images/zxkw-nav.png) no-repeat center / contain;
}
.new-main .home-zxkw .swiper-nav-item.active {
  background: #5e2f2f;
  color: #fff;
}
.new-main .home-zxkw .swiper-nav-item.active i {
  background: url(../images/zxkw-nav-active.png) no-repeat center / contain;
}
.new-main .home-wxpl {
  background: #5e2f2f url(../images/wxpl-bg.png) no-repeat center / cover;
  padding: 60px 0;
}
.new-main .home-wxpl .module-title {
  width: 187px;
  height: 45px;
  background: url(../images/plft-title.png) no-repeat center / contain;
  margin: 0 auto;
}
.new-main .home-wxpl .swiper {
  margin-top: 50px;
}
.new-main .home-wxpl .swiper .swiper-button-next,
.new-main .home-wxpl .swiper .swiper-button-prev {
  color: unset;
}
.new-main .home-wxpl .swiper .swiper-slide {
  background: #e6e6e6;
  color: #5e2f2f;
}
.new-main .home-wxpl .swiper .swiper-slide:hover {
  text-decoration: none;
}
.new-main .home-wxpl .swiper .swiper-slide .img {
  height: 285px;
}
.new-main .home-wxpl .swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.new-main .home-wxpl .swiper .swiper-slide .title {
  font-size: 16px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-main .home-wxpl .swiper .swiper-slide .author {
  padding: 0 15px;
  font-size: 14px;
}
.new-main .home-wxpl .swiper .swiper-slide .desc {
  margin: 10px 15px 15px;
  font-size: 12px;
  border-top: 1px solid #5e2f2f;
  padding-top: 10px;
  display: flex;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex-direction: column;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  height: 66px;
}
.new-main .home-zpyd {
  padding: 60px 0;
}
.new-main .home-zpyd .module-title {
  border-bottom: 1px solid #5e2f2f;
  padding-bottom: 20px;
}
.new-main .home-zpyd .module-title span {
  width: 145px;
  height: 45px;
  background: url(../images/zpyd-title.png) no-repeat center / contain;
  display: block;
}
.new-main .home-zpyd .new-container {
  display: flex;
  gap: 50px;
}
.new-main .home-zpyd .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}
.new-main .home-zpyd .list .item {
  font-size: 14px;
  margin-top: 20px;
  transition: all 0.3s;
}
.new-main .home-zpyd .list .item:hover {
  text-decoration: none;
  opacity: 0.8;
}
.new-main .home-zpyd .list .item div:first-child {
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 30px;
}
.new-main .home-zpyd .list .item div:first-child span:nth-child(1) {
  position: relative;
  color: #5e2f2f;
  flex-shrink: 0;
}
.new-main .home-zpyd .list .item div:first-child span:nth-child(1):before {
  width: 4px;
  height: 4px;
  background: #5e2f2f;
  border-radius: 50%;
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: -10px;
}
.new-main .home-zpyd .list .item div:first-child span:nth-child(2) {
  color: #999;
}
.new-main .home-zpyd .list .item div:first-child span:nth-child(3) {
  color: #333;
  flex: 1;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 1px;
}
.new-main .home-zpyd .list .item div:last-child {
  color: #666;
  font-size: 12px;
}
.new-main .home-zpyd .left {
  flex: 3;
  flex-shrink: 0;
}
.new-main .home-zpyd .right {
  flex: 1;
  padding-top: 66px;
}
.new-main .home-zpyd .right .list {
  display: flex;
  flex-direction: column;
}
.new-main .home-zpyd .right .list .img-list {
  display: flex;
  gap: 5px;
}
.new-main .home-zpyd .right .list .img-list .img-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 1px;
}
.new-main .home-zpyd .right .list .img-list .img-item .txt {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #5e2f2f;
  padding: 0 10px;
}
.new-main .home-zpyd .right .list .img-list .img-item .img {
  height: 160px;
}
.new-main .home-zpyd .right .list .img-list .img-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-main .home-xztj {
  padding: 60px 0 10px;
  background: url(../images/xztj-bg.png) no-repeat center / cover;
}
.new-main .home-xztj .module-title span {
  width: 148px;
  height: 45px;
  background: url(../images/xztj-title.png) no-repeat center / contain;
  display: block;
}
.new-main .home-xztj .swiper-detail {
  margin-top: 20px;
}
.new-main .home-xztj .swiper-detail .swiper-slide {
  display: flex;
  gap: 100px;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
}
.new-main .home-xztj .swiper-detail .swiper-slide:hover {
  text-decoration: none;
}
.new-main .home-xztj .swiper-detail .swiper-slide .left .head {
  display: flex;
  line-height: 50px;
  align-items: flex-end;
}
.new-main .home-xztj .swiper-detail .swiper-slide .left .head span:first-child {
  font-size: 30px;
  color: #5e2f2f;
}
.new-main .home-xztj .swiper-detail .swiper-slide .left .head span:last-child {
  font-size: 16px;
  color: #000000;
}
.new-main .home-xztj .swiper-detail .swiper-slide .left .body {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 16px;
  color: #000000;
}
.new-main .home-xztj .swiper-detail .swiper-slide .right {
  flex-shrink: 0;
}
.new-main .home-xztj .swiper-detail .swiper-slide .right img {
  width: 200px;
  height: 260px;
  object-fit: contain;
  display: block;
}
.new-main .home-xztj .swiper-nav {
  padding: 50px 0;
}
.new-main .home-xztj .swiper-nav .swiper-button-next,
.new-main .home-xztj .swiper-nav .swiper-button-prev {
  color: unset;
}
.new-main .home-xztj .swiper-nav .swiper-slide {
  transition: all 0.3s;
}
.new-main .home-xztj .swiper-nav .swiper-slide:hover {
  transform: translate(0, -30px);
}
.new-main .home-xztj .swiper-nav img {
  width: 176px;
  margin: 0 auto;
  height: 228px;
  display: block;
  cursor: pointer;
}
.new-footer {
  position: relative;
  z-index: 9;
  background: #fff;
}
.new-footer a {
  color: #fff;
}
.new-footer img {
  display: block;
  width: 100%;
}
.new-footer .left {
  position: absolute;
  left: 12%;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 2%;
  box-sizing: border-box;
}
.new-footer .left .safe {
  padding-top: 20px;
  margin-left: 10px;
}
.new-footer .left .safe img {
  width: 50px;
}
.new-footer .left .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-footer .left .logo img {
  width: 250px;
  display: block;
}
.new-footer .left .logo span {
  font-size: 20px;
  color: #000;
  margin-top: -20px;
}
.new-footer .right {
  position: absolute;
  color: #fff;
  right: 40px;
  line-height: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  bottom: 0;
  justify-content: center;
  padding-top: 4%;
  box-sizing: border-box;
  font-size: 12px;
  opacity: 0.8;
}
.new-footer .right > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hdjl-container {
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.hdjl-container:not(:last-child) {
  margin-bottom: 20px;
}
.hdjl-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.hdjl-comment,
.hdjl-reply {
  border-top: 1px solid #eaeaea;
  padding: 10px 0;
  margin-top: 10px;
}
.hdjl-author {
  color: #b38b4d;
  font-weight: bold;
}
.hdjl-time {
  color: #888;
  font-size: 12px;
}
.hdjl-content {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}
.hdjl-reply-title {
  font-size: 14px;
  font-weight: bold;
  color: #b38b4d;
}
.hdjl-reply-content {
  font-size: 14px;
  color: #b38b4d;
}
.hdjl-reply-time {
  color: #888;
  font-size: 12px;
  margin-top: 5px;
}
.hdjl-header {
  display: flex;
  justify-content: space-between;
  line-height: 36px;
  padding: 20px 0;
}
.hdjl-tips {
  font-size: 16px;
  font-weight: bold;
}
.hdjl-btn {
  display: block;
  width: 92px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  text-align: center;
  background: #b4935a;
}
.tjwt-container {
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
}
.tjwt-title {
  font-size: 20px;
  color: #d00;
  margin-bottom: 20px;
}
.tjwt-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.tjwt-form-group {
  margin-bottom: 15px;
}
.tjwt-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.tjwt-input,
.tjwt-textarea {
  width: calc(100% - 12px);
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
}
.tjwt-input[type="text"],
.tjwt-input[type="email"] {
  height: 30px;
}
.tjwt-textarea {
  height: 100px;
  resize: vertical;
}
.tjwt-submit {
  background-color: #b38b4d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.tjwt-submit:hover {
  background-color: #9c732b;
}
.tjwt-required {
  color: #d00;
  display: inline-block;
}
@media (max-width: 768px) {
  .tjwt-container {
    padding: 15px;
  }

  .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li p  {
    display: -webkit-box;
  /* 控制文本溢出 */
  overflow: hidden;
  /* 设置文本的行高 */
  /* 设置字体大小 */
  /* 设置文本的盒模型为弹性盒子，并控制行数 */
  -webkit-line-clamp: 5;
  /* 设置文本的折叠方式 */
  -webkit-box-orient: vertical;
  /* 如果需要限制宽度 */
  }
}
.header-container {
  width: 1400px;
}
/*# sourceMappingURL=style.css.map */
